home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 0 / 17.TXT < prev    next >
Text File  |  1993-11-16  |  2KB  |  70 lines

  1. DOCUMENT:Q104017  04-NOV-1993  [W_NT]
  2. TITLE   :DEL /P Command on an NTFS Partition Uses MS-DOS 8.3 Filenames
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:BUGLIST3.10
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. Under Windows NT, if you use the DEL /P command on an NTFS partition,
  20. it uses the eight-character filename, three character extension (8.3)
  21. convention instead of long filenames when prompting for confirmation.
  22.  
  23. STATUS
  24. ======
  25.  
  26. Microsoft has confirmed this to be a problem in Windows NT version 3.1
  27. and Windows NT Advanced Server version 3.1. We are researching this
  28. problem and will post new information here in the Microsoft Knowledge
  29. Base as it becomes available.
  30.  
  31. MORE INFORMATION
  32. ================
  33.  
  34. Steps to Reproduce Problem
  35. --------------------------
  36.  
  37. 1. Open a Windows NT command prompt (CMD.EXE) from the Main group and
  38.    enter the following command:
  39.  
  40.       copy con abcdefghi.xxx
  41.  
  42.    Type "this is a test" (without the quotation marks), press ENTER,
  43.    type "^Z" (without the quotation marks), and press ENTER again.
  44.  
  45. 2. Enter the command DEL *.xxx /P.
  46.  
  47.    When you are prompted for confirmation, the filename is in 8.3 format
  48.    as follows:
  49.  
  50.       ABCDEF~1.XXX, Delete (Y/N)? y
  51.  
  52. Additional reference words: 3.10  MS-DOS 8.3 filenames
  53. KBCategory:
  54. KBSubcategory: ntap
  55.  
  56. =============================================================================
  57.  
  58. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  59. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  60. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  61. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  62. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  63. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  64. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  65. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  67. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  68. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  69.  
  70. Copyright Microsoft Corporation 1993.